home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEMP / GNU / bison / Invocation < prev    next >
Text File  |  1995-06-28  |  842b  |  28 lines

  1. Invocation
  2. Previous: <Debugging=>Debugging> * Next: <Table of Symbols=>TableofSym> * Up: <Top=>!Root>
  3.  
  4. #Wrap on
  5. {fH2}Invoking Bison{f}
  6.  
  7. The usual way to invoke Bison is as follows:
  8.  
  9. #Wrap off
  10. #fCode
  11. bison {fStrong}infile{f}
  12. #f
  13. #Wrap on
  14.  
  15. Here {fStrong}infile{f} is the grammar file name, which usually ends in
  16. {fEmphasis}.y{f}.  The parser file's name is made by replacing the {fEmphasis}.y{f}
  17. with {fEmphasis}.tab.c{f}.  Thus, the {fEmphasis}bison foo.y{f} filename yields
  18. {fCite}foo.tab.c{f}, and the {fEmphasis}bison hack\/foo.y{f} filename yields
  19. {fCite}hack\/foo.tab.c{f}.
  20.  
  21. #Wrap off
  22. <Bison Options=>BisonOptio>:     All the options described in detail, 
  23.             in alphabetical order by short options.
  24. <Option Cross Key=>OptionCros>:  Alphabetical list of long options.
  25. <VMS Invocation=>VMSInvocat>:    Bison command syntax on VMS.
  26. #Wrap on
  27.  
  28.